Implement ostree::checksum_file
authorFelix Krull <f_krull@gmx.de>
Mon, 2 Sep 2019 10:22:58 +0000 (12:22 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000 (12:53 -0400)
commit7f3bd56d0dbadba3110e1fff9f3be0c98494eceb
treea2fec1fb2c5613d1af163455fcde40153f71276a
parent4cd981d01b04c92411477e64144d45a3a7e8af83
Implement ostree::checksum_file
rust-bindings/rust/src/functions.rs [new file with mode: 0644]
rust-bindings/rust/src/lib.rs
rust-bindings/rust/src/object_name.rs
rust-bindings/rust/src/repo.rs
rust-bindings/rust/tests/functions/mod.rs [new file with mode: 0644]
rust-bindings/rust/tests/tests.rs